type vendor/golang.org/x/net/idna.options
17 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L56: type Option func(*options)
idna10.0.0.go#L64: return func(o *options) { o.transitional = transitional }
idna10.0.0.go#L72: return func(o *options) { o.verifyDNSLength = verify }
idna10.0.0.go#L78: return func(o *options) { o.removeLeadingDots = remove }
idna10.0.0.go#L87: return func(o *options) {
idna10.0.0.go#L110: return func(o *options) { o.checkHyphens = enable }
idna10.0.0.go#L118: return func(o *options) {
idna10.0.0.go#L135: return func(o *options) { o.useSTD3Rules = use }
idna10.0.0.go#L146: return func(o *options) { o.bidirule = bidirule.ValidString }
idna10.0.0.go#L152: return func(o *options) {
idna10.0.0.go#L170: return func(o *options) {
idna10.0.0.go#L177: type options struct {
idna10.0.0.go#L201: options
idna10.0.0.go#L204: func apply(o *options, opts []Option) {
idna10.0.0.go#L285: lookup = &Profile{options{
idna10.0.0.go#L295: display = &Profile{options{
idna10.0.0.go#L304: registration = &Profile{options{
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |